home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineButton2_153
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
299 b
|
13 lines
on(press){
if((_root._currentframe < 40 || _root._currentframe == 55) && _root.even7 > 3)
{
if(_root.even7 == 4)
{
_root.TUTS.nextFrame();
_root.even7 = 5;
}
_root.take = _root.micon._currentframe;
_root.micon.gotoAndStop(1);
}
}